Class SequencedCollectionEqualityComparer<T,W>

Prototype for an sequenced equalityComparer for something (T) that implements ISequenced[W] This will use ISequenced[W] specific implementations of the equalityComparer operations
Type parameters:
T
W
Constraints:
T : ISequenced<W>

Implements

System.Collections.Generic.IEqualityComparer<T>

Bases

object

Property overview

Default

Method overview

Equals(T collection1, T collection2) ,
Equals(object obj), Inherited from object ,
Finalize(), Inherited from object ,
GetHashCode(T collection) ,
GetHashCode(), Inherited from object ,
GetType(), Inherited from object ,
MemberwiseClone(), Inherited from object ,
ToString(), Inherited from object

Property details

S SequencedCollectionEqualityComparer<T,W> DefaultAccess: Read-Only

Value:

Method details

F bool Equals(T collection1, T collection2) Check if two items are equal with respect to this sequenced equalityComparer
Returns:True if equal
Parameters:
collection1:first collection
collection2:second collection
F int GetHashCode(T collection) Get the hash code with respect to this sequenced equalityComparer
Returns:The hash code
Parameters:
collection:The collection